gcc-4.6 compile fix: build with -Wno-unused-but-set-variable
authorOlaf Hering <olaf@aepfle.de>
Sat, 21 May 2011 06:55:46 +0000 (07:55 +0100)
committerOlaf Hering <olaf@aepfle.de>
Sat, 21 May 2011 06:55:46 +0000 (07:55 +0100)
commit5a40af4739c1402ada1a8668c1a08c4ce6a1628f
treeb704e9b0c68d8cc2b897b7d86dff2163e1ecca40
parent7f2726b6264f1bf8949c6c18fb261abc33d9112b
gcc-4.6 compile fix: build with -Wno-unused-but-set-variable

Avoid "error: variable 'unused' set but not used
[-Werror=unused-but-set-variable]" with gcc 4.6.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Config.mk